home *** CD-ROM | disk | FTP | other *** search
/ Photography Workshop / PhotoWorkShop.iso / pc / Content / Pattern / Pattern.cst / 00001_Pattern Script.ls next >
Encoding:
Text File  |  2002-04-11  |  207 b   |  9 lines

  1. property ancestor
  2.  
  3. on Birth me, thePageChannels, thePageName, thePageInfo
  4.   set the ancestor of me to Birth( script "Gallery Script", thePageChannels, thePageName, thePageInfo )
  5.   
  6.   Show me
  7.   return me
  8. end
  9.